Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_SetClearImageColor

You can use the Q3DrawContext_SetClearImageColor function to set the image clearing color of a draw context.

TQ3Status Q3DrawContext_SetClearImageColor (
TQ3DrawContextObject context, 
const TQ3ColorARGB *color);
context
A draw context object.
color
The desired image clearing color of the specified draw context.
DESCRIPTION
The Q3DrawContext_SetClearImageColor function sets the image clearing color of the draw context specified by the context parameter to the value specified in the color parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996